home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 March / march_2001.iso / intercd / root / Browsers / ^Opera5 / setup.exe / ABOUT.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-12-05  |  950 b   |  64 lines

  1. /* Stylesheet for the Opera about document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. BODY { 
  5. color: black; 
  6. background: white;
  7. font-family: serif;
  8. font-size: 10.5pt;
  9. }
  10. H1 {
  11. margin-top: 0;
  12. margin-bottom: 0;
  13. }
  14. H2 {
  15. margin-top: 0;
  16. margin-bottom: 0.5em;
  17. }
  18. DIV.content {
  19. background: ##ffe18a;
  20. clear: both;
  21. border: medium black solid;
  22. padding: 0.5%;
  23. margin: 0.5%;
  24. text-align: justify;
  25. }
  26. A:link {
  27. color: #0000FF;
  28. }
  29. A:hover {
  30. color: #008000;
  31. text-decoration: underline;
  32. }
  33. A:visited {
  34. color: #ff0000;
  35. }
  36. P.copyright {
  37. padding-top: 2px;
  38. border-top: medium solid black;
  39. text-align: center;
  40. font-size: 8pt;
  41. }
  42. DIV.border {
  43. background: #ffffff;
  44. clear: left;
  45. border: medium black solid;
  46. padding: 0.5%;
  47. margin: 0.5%;
  48. }
  49. UL {
  50. list-style: square;
  51. }
  52. TABLE, TD, TH, TR {
  53. border-width: 0px;
  54. border-spacing: 0px;
  55. }
  56. TH, TD {
  57. text-align: left;
  58. vertical-align: top;
  59. }
  60. TH {
  61. white-space: nowrap;
  62. padding-right: 1em;
  63. }
  64.